com.supermap.realspace
Interface StopArrivedListener
-
public interface StopArrivedListener
A listener for receiving flight arrivals at the site.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
stopArrived(StopArrivedEvent event)
During the flight, it is called when the flight arrives at the site.
-
-
-
Method Detail
-
stopArrived
void stopArrived(StopArrivedEvent event)
During the flight, it is called when the flight arrives at the site.- Parameters:
event
- Indicates the event that the flight arrived at the site.
-
-